Welcome![Sign In][Sign Up]
Location:
Search - genetic clustering

Search list

[OtherkMeansProjectiveClustering

Description: kmeans clustering genetic algorithms
Platform: | Size: 5120 | Author: Pezhman | Hits:

[Graph RecognizeHandwritten_numeral_recognition

Description: 手写数字识别,分为分类程序(模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器)和聚类程序(模糊聚类、遗传算法)-Handwritten numeral recognition, is divided into classification procedures (template matching classifier, Bayes classifier, a linear function of classification, non-linear classification, neural network classifiers) and the clustering procedure (fuzzy clustering, genetic algorithms)
Platform: | Size: 757760 | Author: 沉浮沉 | Hits:

[AI-NN-PRgaMatlab

Description: 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。-Fuzzy C-means algorithm converges to local minimum points easily, in order to overcome the shortcomings of genetic algorithm is applied to fuzzy C-means algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and then use the standard Fuzzy C-Means clustering algorithm to obtain the optimal classification result.
Platform: | Size: 1024 | Author: zsy | Hits:

[Graph programmode

Description: 基于VC的各种聚类和分类算法程序。 手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。有模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器。 在左视图上单击鼠标左键,可获得3种数据源:标准数字聚类、手画图形聚类、位图文件分析聚类。可以进行特征提取、模糊聚类和遗传算法。-VC-based clustering and classification algorithm for a variety of procedures. Handwritten numbers or open an existing handwritten digital images, the empty space in the right view, click the left mouse button to activate the right view, select the menu, the various classification algorithms can be handwritten digits classification. There template matching classifier, Bayes classifier, a linear function of classification, non-linear classification, neural network classifier. In the left view, click the left mouse button, access to three kinds of data sources: a standard digital cluster, hand-painted graphics clustering, clustering analysis of bitmap file. Can feature extraction, fuzzy clustering and genetic algorithm.
Platform: | Size: 3179520 | Author: ft5272633 | Hits:

[Software EngineeringFile3

Description: 数据挖掘,聚类,遗传算法,k-means算法,基于遗传算法的k-means聚类方法。-Data mining, clustering, genetic algorithm, k-means algorithm, based on genetic algorithm k-means clustering method.
Platform: | Size: 2591744 | Author: 王三 | Hits:

[Compress-Decompress algrithmsmatlab

Description: 这是一些文本聚类的matlab函数,是遗传算法过程中的一些常用函数-This is some text clustering matlab function, genetic algorithm is the process of some of the commonly used functions
Platform: | Size: 106496 | Author: 邵俊尧 | Hits:

[Special Effectsjulei

Description: 内包含:模糊聚类 遗传算法聚类 层次聚类法的各方法以及动态聚类的各个算法 -Contains: Fuzzy clustering genetic algorithm clustering hierarchical clustering and dynamic clustering of various methods of the various algorithms
Platform: | Size: 3973120 | Author: 王慧 | Hits:

[Mathimatics-Numerical algorithmsp1

Description: hallenge to the use of supervised neural networks in data mining applications is to get explicit knowledge from these models. For this purpose, a clustering genetic algorithm for rule extraction from artiÞ cial neural networks is developed. The methodology is based on the clustering of the hidden unit activation values. A simple encoding scheme that yields to constant- length chromosomes is used, thus allowing the application of the standard genetic operators. Besides, a consistent algorithm to avoid some of the drawbacks of this kind of representation is also developed. The individual Þ tness is determined b
Platform: | Size: 348160 | Author: asad | Hits:

[matlabclustering

Description: solves vrp by genetic algorithm
Platform: | Size: 1024 | Author: garima | Hits:

[OtherGENETIC

Description: A genetic algorithm based clustering technique.
Platform: | Size: 175104 | Author: bulu | Hits:

[AI-NN-PRIGA-FCM

Description: 这是一个基于改进的免疫遗传的模糊聚类程,敬请大家下载序-This is based on improved immune genetic fuzzy clustering process, please download the sequence we
Platform: | Size: 3072 | Author: 行高 | Hits:

[AI-NN-PRSimple-Clustering

Description: ICA Clustering In computer science, Imperialist Competitive Algorithm (ICA)[1] is a computational method that is used to solve optimization problems of different types. Like most of the methods in the area of evolutionary computation, ICA does not need the gradient of the function in its optimization process. From a specific point of view, ICA can be thought of as the social counterpart of genetic algorithms (GAs). ICA is the mathematical model and the computer simulation of human social evolution, while GAs are based on the biological evolution of species
Platform: | Size: 7168 | Author: Ali Ml | Hits:

[OtherGenetic-optimization-of-C-clustering

Description: 运用遗传优化算法优化模糊C均值聚类,通过全局自适应寻优,寻找出更为精确的模糊聚类中心-Using genetic optimization algorithm to optimize the fuzzy C-means clustering, global adaptive optimization to find a more precise fuzzy clustering center
Platform: | Size: 1024 | Author: 鹿丸九 | Hits:

[matlabgenetic-to-optimize-lifetime-of-wsn

Description: there is a new approach Using in Wireless sensor network to Clustering, in this approach we use GA algorithm to optimize the lifetime of network.
Platform: | Size: 1024 | Author: haghighat | Hits:

[OtherGeneticalg-orithmclusteringtechniqe

Description: Genetic algorithm-based clustering technique,经典的遗传聚类算法,做聚类进行改进,一般都将这个算法作为基本的对比算法。-Genetic algorithm-based clustering technique, classical genetic clustering algorithm to do clustering to improve, generally this algorithm as a basic comparison algorithm.
Platform: | Size: 176128 | Author: feng | Hits:

[Othertranslation-of-GC-Clustering-Algo

Description: 一篇翻译文档,是对Genetic algorithm-based clustering technique的翻译,有需要的可以参考一下。-A translation of the document is a translation of the Genetic algorithm-based clustering technique, there is a need to reference.
Platform: | Size: 486400 | Author: feng | Hits:

[OtherGC-Program

Description: 这是一个仿真程序,对文章Genetic algorithm-based clustering technique做的仿真,遗传聚类算法,比较经典的一个遗传算法用于聚类的单目标聚类算法,matlab写的。-This is a simulation program, the article Genetic algorithm-based clustering technique to do the simulation, genetic clustering algorithm, a classic genetic algorithm for clustering single target clustering algorithm, matlab write.
Platform: | Size: 7168 | Author: feng | Hits:

[matlabGAalgorithm

Description: 介绍了基于遗传模拟退火算法的聚类算法,给出了其编程程序-Introduces the simulated annealing algorithm based on genetic clustering algorithm gives its programming procedures
Platform: | Size: 13312 | Author: 李炫富 | Hits:

[Graph program12358964fcmdemo

Description: 是遗传聚类的demo,参照自己的数据对程序进行小小的改编即可,使用简单方便。-Are genetic clustering demo, with reference to its own data on the procedure can be little adaptation, the use of easy and convenient.
Platform: | Size: 6144 | Author: efingIt | Hits:

[OtherMultiobjective-Genetic-Algorithms-for-Clustering-

Description: Multiobjective Genetic Algorithms for Clustering Applications in Data Mining and Bioinformatics
Platform: | Size: 5602304 | Author: zkai17 | Hits:
« 1 2 34 5 6 7 8 »

CodeBus www.codebus.net